SftTabs/NET 6.0

AddRange Method, TabCollectionClass Class

Softel vdm, Inc.

Adds tabs to the tab collection, adding them at the end of the list.

Syntax      TabCollectionClass Class (Softelvdm.SftTabsNET)

VB   

Public Overridable Sub AddRange( ByVal tabs As TabClass() )

C#   

public virtual void AddRange( TabClass[] tabs );

C++   

public: virtual void AddRange( array<TabClass^>^ tabs );

tabs

An array of tab objects to be added to the tab collection.

Comments

The AddRange method adds tabs to the tab collection, adding them at the end of the list.

If many tabs have to be added, the Initializing property can be used to indicate a mass-update, which is significantly faster.

A maximum of 128 tabs can be added to a tab control.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com